type net/http.http2Flags
25 uses
net/http (current package)
h2_bundle.go#L1627: type http2Flags uint8
h2_bundle.go#L1630: func (f http2Flags) Has(v http2Flags) bool {
h2_bundle.go#L1637: http2FlagDataEndStream http2Flags = 0x1
h2_bundle.go#L1638: http2FlagDataPadded http2Flags = 0x8
h2_bundle.go#L1641: http2FlagHeadersEndStream http2Flags = 0x1
h2_bundle.go#L1642: http2FlagHeadersEndHeaders http2Flags = 0x4
h2_bundle.go#L1643: http2FlagHeadersPadded http2Flags = 0x8
h2_bundle.go#L1644: http2FlagHeadersPriority http2Flags = 0x20
h2_bundle.go#L1647: http2FlagSettingsAck http2Flags = 0x1
h2_bundle.go#L1650: http2FlagPingAck http2Flags = 0x1
h2_bundle.go#L1653: http2FlagContinuationEndHeaders http2Flags = 0x4
h2_bundle.go#L1655: http2FlagPushPromiseEndHeaders http2Flags = 0x4
h2_bundle.go#L1656: http2FlagPushPromisePadded http2Flags = 0x8
h2_bundle.go#L1659: var http2flagName = map[http2FrameType]map[http2Flags]string{
h2_bundle.go#L1723: Flags http2Flags
h2_bundle.go#L1760: name := http2flagName[h.Type][http2Flags(1<<i)]
h2_bundle.go#L1812: Flags: http2Flags(buf[4]),
h2_bundle.go#L1912: func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32) {
h2_bundle.go#L2298: var flags http2Flags
h2_bundle.go#L2480: var flags http2Flags
h2_bundle.go#L2709: var flags http2Flags
h2_bundle.go#L2899: var flags http2Flags
h2_bundle.go#L2998: var flags http2Flags
h2_bundle.go#L3020: func (f *http2Framer) WriteRawFrame(t http2FrameType, flags http2Flags, streamID uint32, payload []byte) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)